pgadmin: 8.1 -> 8.2, python3Packages.webauthn 1.11.1 -> 2.0.0, python3Packages.flask-security-too: fix pydantic issue#280556
Conversation
|
@ofborg test pgadmin |
|
@ofborg test pgadmin4 |
|
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 1 package blacklisted:
4 packages failed to build and are new build failures:
8 packages built:
The following issues got detected with the above build packages. Detailspython311Packages.webauthn.dist:Package is missing maintainers. got build log for '/nix/store/mvxadj9c2zyspkn2rl3dhx8js5lghcv0-python3.11-webauthn-1.11.1-dist' from 'daemon' Near pkgs/development/python-modules/webauthn/default.nix:53:5: Package is missing maintainers. got build log for '/nix/store/2lvwkf61pb6v7ds42imds2g0js8b2fpd-python3.11-webauthn-1.11.1' from 'daemon' Near pkgs/development/python-modules/webauthn/default.nix:53:5: Package is missing maintainers. warning: maintainers-missing Near pkgs/development/python-modules/webauthn/default.nix:53:5: Package is missing maintainers. warning: maintainers-missing Near pkgs/development/python-modules/webauthn/default.nix:53:5: |
|
Failure in is a recurring error. Failure in are the last two of four test failures. |
|
@ofborg test pgadmin4 |
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
|
This is a semi-automatic executed nixpkgs-review with nixpkgs-review-checks extension. It is checked by a human on a best effort basis and does not build all packages (e.g. lumo, tensorflow or pytorch). Result of 1 package blacklisted:
2 packages failed to build and are new build failures:
10 packages built:
The following issues got detected with the above build packages. Detailspython311Packages.webauthn.dist:error: build log of '/nix/store/65wn121xx63bk5d00f3v2bp42zjml60m-python3.11-webauthn-2.0.0-dist' is not available Near pkgs/development/python-modules/webauthn/default.nix:49:5: error: build log of '/nix/store/mnf64a1fx5qmd1n4s3lz6m1z9byraic1-python3.11-webauthn-2.0.0' is not available Near pkgs/development/python-modules/webauthn/default.nix:49:5: error: build log of '/nix/store/6ccpz5hjcq54ac1w4wvfwmvfmlnyrwzb-python3.12-webauthn-2.0.0-dist' is not available Near pkgs/development/python-modules/webauthn/default.nix:49:5: error: build log of '/nix/store/kyzm0skh9dr1860fj3mnpd18fca3n944-python3.12-webauthn-2.0.0' is not available Near pkgs/development/python-modules/webauthn/default.nix:49:5: |
|
@ofborg build irrd Fails for me |
yes, fails on master, too |
|
@ofborg test pgadmin4 |
also removes pydantic (since webauth 2 doesn't use it anymore) Signed-off-by: Florian Brandes <florian.brandes@posteo.de> Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Description of changes
This is a major update to pgadmin. (https://www.pgadmin.org/docs/pgadmin4/latest/release_notes_8_2.html)
Mainly, a new
clioption has been added.Due to the change, we can drop most of our
expose-setuppatch.Required changes to other packages
webauthnhas been updated to version 2. This is a major release (See https://github.com/duo-labs/py_webauthn/blob/master/CHANGELOG.md). No new build failures have been detected, though.flask-security-toocan drop thepydanticbroken flag, sincewebauthnhas dropped pydantic. This did require an (already merged) patch from upstreamUpdating
webauthnis a more elegant solution IMHO than overwritingpydanticversion inpgadminand also fixes the until-now brokenflask-security-too.Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Module tested successfully in a VM.
Add a 👍 reaction to pull requests you find important.